Skip to main content
POST
[Anonymous] Register a new user (requires customer context)

Headers

Cativa-Customer
string

Tenant slug. Anonymous endpoints carry no API key to identify the tenant, so name it here (e.g. mycommunity). In production the tenant is also resolved from the request origin.

Body

application/json
firstName
string | null
lastName
string | null
email
string | null
password
string | null
phoneNumber
string | null
invite
string | null

Response

200

OK